projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86b8207
)
* lisp/hi-lock.el (hi-lock-highlight-range): Bump default value (bug#40224)
author
Juri Linkov
<juri@linkov.net>
Sat, 11 Apr 2020 23:49:55 +0000
(
02:49
+0300)
committer
Juri Linkov
<juri@linkov.net>
Sat, 11 Apr 2020 23:49:55 +0000
(
02:49
+0300)
* lisp/hi-lock.el (hi-lock-highlight-range): Change default value
from 200_000 to 2_000_000.
lisp/hi-lock.el
patch
|
blob
|
history
diff --git
a/lisp/hi-lock.el
b/lisp/hi-lock.el
index 41d1094f237a970ae9f2f61085592ad346b13541..d5e46651a50e674441baeff99b092f4fb244b5cb 100644
(file)
--- a/
lisp/hi-lock.el
+++ b/
lisp/hi-lock.el
@@
-102,7
+102,7
@@
of functions `hi-lock-mode' and `hi-lock-find-patterns'."
:type 'integer
:group 'hi-lock)
-(defcustom hi-lock-highlight-range 200000
+(defcustom hi-lock-highlight-range 200000
0
"Size of area highlighted by hi-lock when font-lock not active.
Font-lock is not active in buffers that do their own highlighting,
such as the buffer created by `list-colors-display'. In those buffers